home *** CD-ROM | disk | FTP | other *** search
- clear
- store t to working
- do while working
- store 0 to recnum
- @ 10,20 say "record number" get recnum
- read
- if recnum < 1
- return
- else
- goto bottom
- If recnum > recno()
- @ 12,20 say "last record is"
- @ 12,35 say recno()
- @ 14,20 say "Press return if you don't want to print"
- else
- goto recnum
- do printer
- store f to working
- endif
- endif
- enddo
- P